object dlgSettings: TdlgSettings Left = 265 Top = 151 BorderStyle = bsDialog Caption = 'Settings' ClientHeight = 245 ClientWidth = 394 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object PageControl: TPageControl Left = 0 Top = 0 Width = 394 Height = 245 ActivePage = tsDisplay Align = alClient TabOrder = 0 object tsDisplay: TTabSheet Caption = 'Display' object Label1: TLabel Left = 16 Top = 20 Width = 24 Height = 13 Caption = '&Font:' FocusControl = cmbFontName end object Label2: TLabel Left = 296 Top = 20 Width = 23 Height = 13 Caption = '&Size:' end object Label5: TLabel Left = 16 Top = 148 Width = 41 Height = 13 Caption = '&Tab Set:' FocusControl = spnTabSet end object cmbFontName: TComboBox Left = 56 Top = 16 Width = 225 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = cmbFontNameChange end object pnlSample: TPanel Left = 16 Top = 56 Width = 361 Height = 73 BevelOuter = bvLowered Caption = 'AaBbXxZz' TabOrder = 1 end object spnFontSize: TSpinEdit Left = 336 Top = 16 Width = 41 Height = 22 MaxValue = 72 MinValue = 6 TabOrder = 2 Value = 8 OnChange = spnFontSizeChange end object spnTabSet: TSpinEdit Left = 64 Top = 144 Width = 41 Height = 22 MaxValue = 80 MinValue = 1 TabOrder = 3 Value = 4 end end object tsSettings: TTabSheet Caption = 'External Applications' object Label4: TLabel Left = 8 Top = 19 Width = 69 Height = 13 Caption = 'Java &Compiler:' FocusControl = edtJavac end object Label3: TLabel Left = 8 Top = 51 Width = 67 Height = 13 Caption = 'Web &Browser:' FocusControl = edtBrowser end object edtJavac: TEdit Left = 104 Top = 16 Width = 177 Height = 21 TabOrder = 0 end object cmdBrowseJavac: TButton Left = 304 Top = 16 Width = 75 Height = 25 Caption = 'Browse...' TabOrder = 1 OnClick = cmdBrowseJavacClick end object edtBrowser: TEdit Left = 104 Top = 48 Width = 177 Height = 21 TabOrder = 2 end object cmdBrowseBrowser: TButton Left = 303 Top = 48 Width = 75 Height = 25 Caption = 'Browse...' TabOrder = 3 OnClick = cmdBrowseBrowserClick end object cmdDefaultBrowser: TButton Left = 104 Top = 72 Width = 177 Height = 25 Caption = 'Use Default Browser' TabOrder = 4 OnClick = cmdDefaultBrowserClick end object chkDDE: TCheckBox Left = 8 Top = 104 Width = 177 Height = 17 Caption = 'Use &DDE with Netscape' TabOrder = 5 end end end object cmdOK: TButton Left = 143 Top = 210 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = cmdOKClick end object cmdCancel: TButton Left = 223 Top = 210 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object cmdHelp: TButton Left = 303 Top = 210 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 end object dlgOpen: TOpenDialog FileEditStyle = fsEdit FileName = 'javac.exe' Filter = 'java compiler|javac.exe|All files|*.*' Options = [ofPathMustExist] Left = 20 Top = 200 end end